home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / coldfusion studio evaluation / data1.cab / CFS_Wizards / CFML / Verity.vtm < prev   
Encoding:
Text File  |  1998-10-08  |  2.9 KB  |  83 lines

  1. <WIZARD name="VerityWizard" caption="Verity Wizard" image="..\\images\\wizardoutput.bmp">
  2.  
  3. <!--- wizard parameters --->
  4. <PARAM name="ApplicationName" value="" required="yes">
  5. <PARAM name="Collection" value="" required="yes">
  6. <PARAM name="Language" value="english" required="yes">
  7. <PARAM name="WorkingDirectory" value="" required="yes">
  8. <PARAM name="Recursive" value="1" required="yes">
  9. <PARAM name="Extensions" value=".htm, .html, .txt, *.">
  10. <PARAM name="URLPath" value="">
  11.  
  12. <TEMPLATE
  13.   name="Verity_VSearchForm.wml"
  14.   outputFile="$${SafeApplicationName}_VSearchForm.cfm"
  15.   outputPath="$${Location}"
  16.   description="Template containing the search form."
  17. >
  18. <TEMPLATE
  19.   name="Verity_VSearchResult.wml"
  20.   outputFile="$${SafeApplicationName}_VSearchResult.cfm"
  21.   outputPath="$${Location}"
  22.   description="Template generating the search results."
  23. >
  24. <TEMPLATE
  25.   name="Verity_VOpenFile.wml"
  26.   outputFile="$${SafeApplicationName}_VOpenFile.cfm"
  27.   outputPath="$${Location}"
  28.   description="Template returning the requested file from the search result page."
  29. >
  30. <TEMPLATE
  31.   name="Verity_VPathIndexing.wml"
  32.   outputFile="$${SafeApplicationName}_VPathIndexing.cfm"
  33.   outputPath="$${Location}"
  34.   description="Template indexing the files in the working directory."
  35. >
  36.  
  37.  
  38. <!-------------- Enter tag settings ---------------------->
  39. <PAGE name="Page1" caption="Verity Application" image="..\\images\\Main.bmp">
  40.  
  41.     <INPUT name="editApplicationName" param="ApplicationName" required="yes"
  42.         validationMsg="You cannot leave the custom tag name field blank">
  43.  
  44.     <INPUT name="editLocation" param="Location"    required="yes"
  45.         validationMsg="You cannot leave the location field blank">
  46.  
  47. </PAGE>
  48.  
  49.  
  50. <!------------------ Select collection --------------------->
  51. <PAGE name="Page10a" caption="Select Collection" image="..\\images\\SelectData.bmp">
  52.  
  53.     <!----
  54.     <PARAM name="RegistryCollectionKey" 
  55.         value="SOFTWARE\\Allaire\\ColdFusion\\CurrentVersion\\Collections">
  56.     <INPUT name="cbCollections" param="Collection" required="yes"
  57.         validationMsg="You have to select the collection">
  58.     ---->
  59.  
  60.     <INPUT name="editCollection" param="Collection" required="yes"
  61.         validationMsg="You have to enter the collection name">
  62.  
  63.     <INPUT name="cbLanguages" param="Language" 
  64.         listContents="english,english1,german,deutsch,french,francais,danish,dutch,dutch0,finnish,italian,italian0,norweg,portug,spanish,spanish0,swedish,swedish0" 
  65.         required="yes"
  66.         validationMsg="You have to select the language">
  67.  
  68. </PAGE>
  69.  
  70.  
  71. <!---------------- Indexing settings ----------------------->
  72. <PAGE name="Page10" caption="Indexing Settings" image="..\\images\\SearchCriteria.bmp">
  73.  
  74.     <INPUT name="editWorkingDirectory" param="WorkingDirectory" required="yes"
  75.         validationMsg="You have to select the directory">
  76.     <INPUT name="chbRecursive" param="Recursive">
  77.     <INPUT name="editExtensions" param="Extensions">
  78.     <INPUT name="editURLPath" param="URLPath">
  79.  
  80. </PAGE>
  81.  
  82.  
  83. </WIZARD>